﻿2026-07-16T11:32:25.7263647Z ##[group]Run actions/checkout@v5
2026-07-16T11:32:25.7264175Z with:
2026-07-16T11:32:25.7264456Z   repository: BigscreenVR/spt-bs-core
2026-07-16T11:32:25.7267134Z   token: ***
2026-07-16T11:32:25.7267441Z   ssh-strict: true
2026-07-16T11:32:25.7267732Z   ssh-user: git
2026-07-16T11:32:25.7268056Z   persist-credentials: true
2026-07-16T11:32:25.7268383Z   clean: true
2026-07-16T11:32:25.7268673Z   sparse-checkout-cone-mode: true
2026-07-16T11:32:25.7269042Z   fetch-depth: 1
2026-07-16T11:32:25.7269333Z   fetch-tags: false
2026-07-16T11:32:25.7269648Z   show-progress: true
2026-07-16T11:32:25.7269952Z   lfs: false
2026-07-16T11:32:25.7270223Z   submodules: false
2026-07-16T11:32:25.7270527Z   set-safe-directory: true
2026-07-16T11:32:25.7270849Z env:
2026-07-16T11:32:25.7271145Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-16T11:32:25.7271551Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-16T11:32:25.7271890Z ##[endgroup]
2026-07-16T11:32:25.9223232Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T11:32:25.9224496Z ##[group]Getting Git version info
2026-07-16T11:32:25.9224992Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-16T11:32:25.9518031Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-16T11:32:26.0663546Z git version 2.43.0.windows.1
2026-07-16T11:32:26.0693783Z ##[endgroup]
2026-07-16T11:32:26.0704205Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\cb399212-288b-48af-9db4-7389664d9194\.gitconfig'
2026-07-16T11:32:26.0718494Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cb399212-288b-48af-9db4-7389664d9194' before making global git config changes
2026-07-16T11:32:26.0720607Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T11:32:26.0723933Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-16T11:32:26.1003289Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-16T11:32:26.1234760Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T11:32:26.1260497Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T11:32:26.1265090Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T11:32:26.2590538Z HEAD
2026-07-16T11:32:26.2892263Z ##[endgroup]
2026-07-16T11:32:26.2895798Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-16T11:32:27.5492336Z ##[group]Cleaning the repository
2026-07-16T11:32:27.5497075Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-16T11:32:28.3270855Z Removing target/
2026-07-16T11:32:28.3299199Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-16T11:32:28.3782699Z HEAD is now at df4e16e3 Merge ad7fde8acb97b5c839316121d341375b077092df into 3d9f2ed4a38bdc6dbe4e7157bd2b35d049a79d9f
2026-07-16T11:32:28.3805247Z ##[endgroup]
2026-07-16T11:32:28.3810475Z ##[group]Disabling automatic garbage collection
2026-07-16T11:32:28.3816010Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-16T11:32:28.4055733Z ##[endgroup]
2026-07-16T11:32:28.4056181Z ##[group]Setting up auth
2026-07-16T11:32:28.4062461Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-16T11:32:28.5563441Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-16T11:32:29.1885561Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T11:32:29.2132435Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-16T11:32:30.1805029Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T11:32:30.2050847Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-16T11:32:31.5948134Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-16T11:32:31.6224304Z ##[endgroup]
2026-07-16T11:32:31.6224746Z ##[group]Fetching the repository
2026-07-16T11:32:31.6231515Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0fea9379fef607215a5c081f12197f94bb464dbc:refs/remotes/pull/13/merge
2026-07-16T11:32:32.3695223Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-16T11:32:32.3695759Z  + df4e16e3...0fea9379 0fea9379fef607215a5c081f12197f94bb464dbc -> pull/13/merge  (forced update)
2026-07-16T11:32:32.3856132Z ##[endgroup]
2026-07-16T11:32:32.3856587Z ##[group]Determining the checkout info
2026-07-16T11:32:32.3857631Z ##[endgroup]
2026-07-16T11:32:32.3863761Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-16T11:32:32.4172011Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-16T11:32:32.5378425Z ##[group]Checking out the ref
2026-07-16T11:32:32.5383808Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/13/merge
2026-07-16T11:32:32.6093352Z Warning: you are leaving 1 commit behind, not connected to
2026-07-16T11:32:32.6093792Z any of your branches:
2026-07-16T11:32:32.6093919Z 
2026-07-16T11:32:32.6094168Z   df4e16e3 Merge ad7fde8acb97b5c839316121d341375b077092df into 3d9f2ed4a38bdc6dbe4e7157bd2b35d049a79d9f
2026-07-16T11:32:32.6094448Z 
2026-07-16T11:32:32.6094604Z If you want to keep it by creating a new branch, this may be a good time
2026-07-16T11:32:32.6094946Z to do so with:
2026-07-16T11:32:32.6095049Z 
2026-07-16T11:32:32.6095155Z  git branch <new-branch-name> df4e16e3
2026-07-16T11:32:32.6095320Z 
2026-07-16T11:32:32.6095598Z HEAD is now at 0fea9379 Merge 2a110eed6f97d3dab96ed301d1b6d1df9a2cc002 into 3d9f2ed4a38bdc6dbe4e7157bd2b35d049a79d9f
2026-07-16T11:32:32.6125816Z ##[endgroup]
2026-07-16T11:32:32.6394528Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-16T11:32:32.6629179Z 0fea9379fef607215a5c081f12197f94bb464dbc
